hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
isFunction.isFunction
hip
util
reflection
isFunction
Undocumented in source.
enum
isFunction
;
enum
isFunction
;
template
isFunction
(X...)
static if
(!(
is(typeof(&X[0]) U : U*) && is(U == function) || is(typeof(&X[0]) U == delegate)
))
static if
(
is(X[0] T)
)
enum
isFunction
=
is
(
T
==
function
)
;
enum
isFunction
;
Meta
Source
See Source File
hip
util
reflection
isFunction
manifest constants
isFunction